getSnrBack

open fun getSnrBack(index: Int): Int

The list of SNRs (in dB, scaled by 4) in the route back from the destination.
repeated int32 snr_back = 4;

Return

The snrBack at the given index.

Parameters

index

The index of the element to return.